home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 297_01 / changes.91 < prev    next >
Text File  |  1991-12-23  |  978b  |  31 lines

  1. Changes in December 1991.
  2.  
  3. A makefile for GCC-386 has been added, as well as the executable
  4. and the DOS-extender.
  5.  
  6. The Turbo C makefile is now for a large model program.
  7.  
  8. The file prmanual.txt has been slightly updated.
  9.  
  10. prgccpc.c has been added for the GCC version.
  11.  
  12. Prolog.h has been extended for the GCC version.
  13.  
  14. The files spread across 2 floppy disks.
  15.  
  16.  
  17. prlush.c has been modified so that tracing is more powerful
  18. -you can "skip" or step over the details of a call.
  19. -you can force a backtrack.
  20. -you can trace backwards, providing no side effects 
  21.   (with assertz's for example) were done.
  22. -you can unleash tracing
  23.  
  24. dump_stack has been renamed dump_ancestors in prlush.c, pralloc.c and
  25. prdebug.c
  26.  
  27. Builtins can now backtrack by returning ND_SUCCESS (see prtypes.h) 
  28. and the new builtin (repeat) does just this.
  29. prlush.h prlush.c, prtypes.h have been extended to this effect.
  30. (gennum X 3) backtracks X through integers between 0 and 3 inclusive.
  31.